home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / wstm.h < prev   
Encoding:
C/C++ Source or Header  |  1991-03-29  |  518 b   |  22 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     wstm.h - Window State Module Interface.
  4.     
  5.     Copyright © 1988-1991 Northwestern University.
  6. _____________________________________________________________________*/
  7.  
  8.  
  9. #ifndef __wstm__
  10. #define __wstm__
  11.  
  12. #include "glob.h"
  13.  
  14. extern void wstm_Save (WindowPtr theWindow, WindState *windState);
  15. extern void wstm_ComputeStd (WindowPtr theWindow);
  16. extern WindowPtr wstm_Restore (Boolean dlog, short windID, Ptr wStorage,
  17.     WindState *windState);
  18.  
  19. #endif
  20.  
  21.  
  22.